home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / msgq160e.arc / CFGFILES.ARC / MAILER.BAT < prev    next >
DOS Batch File  |  1991-10-26  |  352b  |  22 lines

  1. echo off
  2. REM Export mail if necessary and run mailer to call pointnet host
  3.  
  4. d:
  5. cd \qpoint
  6. if exist echomail.bbs goto export
  7. if exist netmail.bbs goto export
  8. if exist netm\*.msg goto export
  9. cd \point\outbound
  10. if exist *.out goto export
  11. goto bink
  12.  
  13. :export
  14. cd \qpoint
  15. call export
  16. rem or "command/c export"
  17.  
  18. :bink
  19. d:
  20. cd \point
  21. binkley
  22.